home *** CD-ROM | disk | FTP | other *** search
- Path: redstone.interpath.net!mercury!softbase
- From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
- Newsgroups: comp.lang.c
- Subject: Re: C on Turbo C++??
- Date: 25 Jan 1996 17:23:25 GMT
- Organization: Interpath -- Providing Internet access to North Carolina
- Message-ID: <4e8ead$be2@redstone.interpath.net>
- References: <Pine.A32.3.91.960119092311.232146A-100000@musca.unm.edu> <4du6r4$ao9@redstone.interpath.net> <4e61hg$jcf@reader2.ix.netcom.com>
- NNTP-Posting-Host: mercury.interpath.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Dennis Pfeiffer (thepfeif@ix.netcom.com) wrote:
- : >: Does anyone know if I would have any problems compiling C programs
- : I tried this and got an error that it could not find my include.h
- : files
- : # include <iostream.h>
-
- This is not a C include file! Of course it won't let you compile
- it. If you want C++, compile the program as C++.
-
- Scott
-
-
-
-